home *** CD-ROM | disk | FTP | other *** search
Text File | 1999-01-17 | 1.5 KB | 56 lines | [TEXT/R*ch] |
- <html>
- <head>
- <title>Remote Mail Login</title>
- </head>
- <body bgcolor="#e0e0f0">
-
- <center><h2>Remote EMail Login</h2></center>
-
- <form action="mailbox.remotemail$[xid]" method=post>
- <table bgcolor="#f0e0e0">
- <tr>
- <th align=right>POP Host Name</th>
- <td align=left><input type=text name="new_mailhost" size=50></td>
- </tr>
- <tr>
- <th align=right>POP Login Name</th>
- <td align=left><input type=text name="new_user" size=50></td>
- </tr>
- <tr>
- <th align=right>Password</th>
- <td align=left><input type=password name="new_password" size=50></td>
- </tr>
- <tr>
- <th align=right>Return Address</th>
- <td align=left><input type=text name="new_return_address" size=50></td>
- </tr>
-
- <!-- If new_return_host is present, then the return addres is created from the login name
- and the the new_return_host value. You might allow the user to fill this in himself,
- or even present a <select> list of the possible values.
-
- <tr>
- <th align=right>Return Host</th>
- <td align=left><input type=text name="new_return_host" size=50></td>
- </tr>
-
- If you are using an EIMS server and have allow-foreign-servers turned off, you can just
- tell Remote Mail to figure out the return address for itself.
- <input type=hidden name="new_return_algorithm" value="EIMS">
-
- If there is no return-algorithm, return-host, or return-address, the return address
- is computed from the login name and the pop host address. (eg: new_username@new_mailhost).
- -->
-
- <tr>
- <td colspan=2>
- <input type=submit value="Log In"> <input type=Reset value="Clear">
- </td>
- </tr>
- </table>
- </form>
-
-
- </body>
- </html>
-